cpu hotplug: Core functions are quiet on failure.
authorKeir Fraser <keir@xen.org>
Fri, 14 Jan 2011 09:52:02 +0000 (09:52 +0000)
committerKeir Fraser <keir@xen.org>
Fri, 14 Jan 2011 09:52:02 +0000 (09:52 +0000)
commit2d87af888ff25608e5a09d6d6eb3f1c292051a89
tree382999eceb51aedf54247df22574503e8a327d7b
parent835e8cf959f4a6537374c3cf9cd43ff9fb35e500
cpu hotplug: Core functions are quiet on failure.

This was already inconsistent, so make them consistently quiet and
leave it to callers to log an error. Add suitable error logging to the
arch-specific CPU bringup loops,

In particular this avoids printing error on EBUSY, in which case
caller may want a silent retry loop.

Signed-off-by: Keir Fraser <keir@xen.org>
xen/arch/ia64/xen/xensetup.c
xen/arch/x86/setup.c
xen/common/cpu.c